POV-Ray : Newsgroups : povray.binaries.images : Wrinkle pattern for water : Re: Wrinkle pattern for water Server Time
9 Aug 2024 21:19:01 EDT (-0400)
  Re: Wrinkle pattern for water  
From: Slime
Date: 4 Dec 2004 22:27:14
Message: <41b28012$1@news.povray.org>
> Would you mind sharing your water texture?

This is the water object, it's nothing special:

isosurface {
 function {
  y - f_wrinkles(x/3, 0, z/3)
 }
 contained_by {
  box {
   <-1000,0,-1000>, <1000,1,1000>
  }
 }

 max_gradient 1.7
 accuracy .0001

 texture {
  pigment {
   rgb .3
  }
  finish {
   reflection .8
   specular .7
   roughness .07
  }
 }
}

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.